Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: "Using Nvim" description: "Reference Warren's Neovim configuration (~/.config/nvim) with LSP, plugins, and directory structure."
Using Nvim
Warren's Neovim: ~/.config/nvim
Critical Rule
BEFORE answering Neovim questions:
- Read config files from ~/.config/nvim/
- Understand Warren's setup, plugins, settings
- Base answers on actual config, not assumptions
Directory Structure
~/.config/nvim/
├── init.lua # Entry point
├── lua/
│ ├── plugins/ # Plugin configs
│ │ ├── lsp.lua # LSP (pyright)
│ │ ├── treesitter.lua # Syntax
│ │ └── telescope.lua # Fuzzy finder
│ ├── config/ # Custom settings
│ └── utils/ # Helpers
└── after/ # After-load
Standard Directories
- Config: ~/.config/nvim/
- Data: ~/.local/share/nvim/ (plugins, state, shada)
- Cache: ~/.cache/nvim/ (temp, swap)
- State: ~/.local/state/nvim/ (persistent)
LSP & Plugins
- Python LSP: pyright (in lua/plugins/lsp.lua)
- Auto venv: checks venv/, .venv/, env/, virtualenv/, $VIRTUAL_ENV
- Custom paths: pyrightconfig.json with
extraPaths: ["."] - Plugin specs: lua/plugins/*.lua (lazy.nvim)
- Plugin data: ~/.local/share/nvim/lazy/
More by WarrenZhu050413
View allPrioritize brevity, directness, and clarity in all responses with minimal token usage.
Explore complex, multi-faceted topics requiring deep understanding through a three-round iterative strategy with parallel subagents.
Guide for working with Linear project management via GraphQL API. Use when creating/updating Linear issues, changing status, adding comments, or uploading files/screenshots. Covers raw GraphQL, Python SDK (linear-py), issue search, mutations, and file upload workflows with Google Cloud Storage signed URLs. Tested October 2025.
Manage comprehensive Spanish learning system with A2 level support, vocabulary tracking, TTS integration, practice management, and deep search capabilities.
